html,body
{
	margin: 0;
	padding: 0;
}

.pagebox
{
	position: relative;
}

@import url('https://fonts.font.im/css?tenantId=225871&viewType=1&family=Oswald');

::-webkit-scrollbar
{
	width: 5px;
}

::-webkit-scrollbar-track
{
	background: #d7d7d7;
	border-radius: 6px;
}

::-webkit-scrollbar-thumb
{
	background: #888;
	border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover
{
	background: #3c224f;
}

@keyframes rotate360
{
	form
	{
		transform: rotate(0);
	}

	to
	{
		transform: rotate(360deg);
	}
}

#w_common_text-1612759944157 p
{
	opacity: 0.2;
}

@media only screen and (min-width: 769px)
{
	.p_page .pre
	{
		display: inline-table;
		position: relative;
		left: 0;
		top: 0;
		float: left;
		height: 38px;
		margin: 0 5px 0 18px;
		text-align: center;
		padding: 0 10px;
		border-radius: 0px;
		border: 1px solid #f0f0f0;
		background: #f0f0f0;
		color: #333;
	}

	.p_page .pre:active
	{
		background: #3c224f;
		border-color: #3c224f;
		color: #fff;
	}

	.p_page .pre:hover
	{
		color: #fff;
		background: #3c224f;
		border-color: #3c224f;
		cursor: pointer;
	}

	.p_page .next
	{
		display: inline-table;
		position: relative;
		left: 0;
		top: 0;
		float: left;
		height: 38px;
		border: 1px solid #f0f0f0;
		background: #f0f0f0;
		color: #333;
		text-align: center;
		padding: 0 10px;
		border-radius: 0px;
	}

	.p_page .next:active
	{
		background: #3c224f;
		border-color: #3c224f;
		color: #fff;
	}

	.p_page .next:hover
	{
		background: #3c224f;
		border-color: #3c224f;
		color: #fff;
		cursor: pointer;
	}

	.p_page .pageNum
	{
		position: relative;
		float: left;
		height: 38px;
		min-width: 38px;
		margin: 0 5px 0 0;
		padding: 0 5px;
		background-size: 100% 100%;
		color: #595959;
		border: 1px solid #d9d9d9;
		cursor: pointer;
		line-height: 38px;
		display: inline-block;
		font-family: inherit;
		font-size: 14px;
		font-weight: inherit;
		text-decoration: none;
		background-color: #fff;
		text-align: center;
		border-radius: 0px;
	}

	.p_page .pageNum:active
	{
		color: #fff;
		text-decoration: none;
		background-color: #3c224f;
		border-color: #3c224f;
	}

	.p_page .pageNum:hover
	{
		color: #fff;
		border-color: #3c224f;
		cursor: pointer;
		text-decoration: none;
		background-color: #3c224f;
	}

	.p_page .pageNum.active
	{
		text-decoration: none;
		background-color: #3c224f;
		color: #fff;
		border-color: #3c224f;
	}
}

@media screen and (max-width: 768px)
{
	.p_pagebox .NumBox
	{
		display: none !important;
	}

	.p_pagebox
	{
		width: 100%;
		text-align: center;
	}

	.p_pagebox .js_pageBtnDisable, .p_pagebox .js_pageBtnDisable:hover, .p_pagebox .js_pageBtnDisable:active
	{
		background: #f5f5f5 !important;
		border-color: #d9d9d9 !important;
		color: #bfbfbf !important;
		cursor: default;
	}

	.p_pagebox .js_pageBtnDisable .iconfont
	{
		color: #ddd !important;
	}

	.p_pagebox .js_pageBtnDisable:hover .iconfont
	{
		color: #bfbfbf !important;
	}

	.p_pagebox .pre
	{
		width: 48%;
		margin-right: 2%;
		background-color: #3c224f;
	}

	.p_pagebox .pre:hover
	{
		color: rgba(255, 255, 255, 1);
		border-color: #3c224f;
		background-color: #3c224f;
		cursor: pointer;
	}

	.p_pagebox .pre:active
	{
		background-color: #3c224f;
	}

	.p_pagebox .next
	{
		width: 48%;
		margin-left: 2%;
		background-color: #3c224f;
	}

	.p_pagebox .next:hover
	{
		background-color: #3c224f;
	}

	.p_pagebox .next:active
	{
		background-color: #3c224f;
	}

	#w_common_text-1566200272213 p, #w_common_text-1612321887548 p
	{
		text-align: center!important;
	}
}

@media only screen and (max-width: 768px)
{
	#w_grid-1612753749194> div > .p_gridbox
	{
		display: flex;
		align-items: center;
	}

	#w_common_text-1612335373284 p span
	{
		font-size: 28px;
	}

	#w_common_text-1612335405475 p span
	{
		font-size: 16px;
	}
}
.viadeo_bg
{
width:1300px;
height:563px;
margin:0 auto;
background-image:url(../images/viadeo_bg.jpg);
background-repeat:no-repeat;
background-position:center;
position:relative;
}

 /*Á°äô¶¯»­*/
@-webkit-keyframes warn
{
	0%
	{
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100%
	{
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-moz-keyframes warn
{
	0%
	{
		-moz-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100%
	{
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-o-keyframes warn
{
	0%
	{
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100%
	{
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes warn
{
	0%
	{
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100%
	{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}
.zoujin:before
{
	content: "";
	position: absolute;
	left: 22%;
	top: 95%;
	margin-top: -5px;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background:#F20A2B;
}
.zoujin a
{
position: relative;
z-index: 3;
display: block;
width: 100%;
height: 100%;
}
.area-box {
    position: absolute;
    left: 22%;
    top: 95%;
    margin-left: -33px;
    margin-top: -33px;
    opacity: 0.5;
}
.area-box .delay-01 {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}
.area-box .pulse {
    position: absolute;
    height: 66px;
    width: 66px;
    border: 5px solid #000;
    border-radius: 100%;
    -webkit-animation: warn 2s ease-out both;
    -moz-animation: warn 2s ease-out both;
    -o-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
}
.shiyan:before
{
	content: "";
	position: absolute;
	left: 19%;
	top: 39%;
	margin-top: -5px;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background:#F20A2B;
}

.shiyan_area-box {
    position: absolute;
    left: 19%;
    top: 39%;
    margin-left: -33px;
    margin-top: -33px;
    opacity: 0.5;
}
.shiyan_area-box .delay-01 {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}
.shiyan_area-box .pulse {
    position: absolute;
    height: 66px;
    width: 66px;
    border: 5px solid #000;
    border-radius: 100%;
    -webkit-animation: warn 2s ease-out both;
    -moz-animation: warn 2s ease-out both;
    -o-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
}
.xialiao a
{
position: relative;
z-index: 3;
display: block;
width: 100%;
height: 100%;
}
.xialiao:before
{
	content: "";
	position: absolute;
	left: 17%;
	top: 24%;
	margin-top: -5px;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background:#F20A2B;
}

.xialiaon_area-box {
    position: absolute;
    left: 17%;
	top: 24%;
    margin-left: -33px;
    margin-top: -33px;
    opacity: 0.5;
}
.xialiaon_area-box .delay-01 {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}
.xialiaon_area-box .pulse {
    position: absolute;
    height: 66px;
    width: 66px;
    border: 5px solid #000;
    border-radius: 100%;
    -webkit-animation: warn 2s ease-out both;
    -moz-animation: warn 2s ease-out both;
    -o-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
}

.chengpin a
{
position: relative;
z-index: 3;
display: block;
width: 100%;
height: 100%;
}
.chengpin:before
{
	content: "";
	position: absolute;
	left: 27%;
	top: 24%;
	margin-top: -5px;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background:#F20A2B;
}

.chengpin-box {
    position: absolute;
    left: 27%;
	top: 24%;
    margin-left: -33px;
    margin-top: -33px;
    opacity: 0.5;
}
.chengpin-box .delay-01 {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}
.chengpin-box .pulse {
    position: absolute;
    height: 66px;
    width: 66px;
    border: 5px solid #000;
    border-radius: 100%;
    -webkit-animation: warn 2s ease-out both;
    -moz-animation: warn 2s ease-out both;
    -o-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
}
.jinjiagong:before
{
	content: "";
	position: absolute;
	left: 43%;
	top: 28%;
	margin-top: -5px;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background:#F20A2B;
}

.jinjiagong-box {
    position: absolute;
    left: 43%;
	top: 28%;
    margin-left: -33px;
    margin-top: -33px;
    opacity: 0.5;
}
.jinjiagong-box .delay-01 {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}
.jinjiagong-box .pulse {
    position: absolute;
    height: 66px;
    width: 66px;
    border: 5px solid #000;
    border-radius: 100%;
    -webkit-animation: warn 2s ease-out both;
    -moz-animation: warn 2s ease-out both;
    -o-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
}

.maohan:before
{
	content: "";
	position: absolute;
	left: 63%;
	top: 15%;
	margin-top: -5px;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background:#F20A2B;
}

.maohan-box {
    position: absolute;
    left: 63%;
	top: 15%;
    margin-left: -33px;
    margin-top: -33px;
    opacity: 0.5;
}
.maohan-box .delay-01 {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}
.maohan-box .pulse {
    position: absolute;
    height: 66px;
    width: 66px;
    border: 5px solid #000;
    border-radius: 100%;
    -webkit-animation: warn 2s ease-out both;
    -moz-animation: warn 2s ease-out both;
    -o-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
}



















